format column from string to numeric in python

23

df['DataFrame Column'] = df['DataFrame Column'].astype(int)

Comments

Submit
0 Comments